Elevate Oz cloud agents & orchestration to a top-level section + fix top-nav overflow#262
Elevate Oz cloud agents & orchestration to a top-level section + fix top-nav overflow#262rachaelrenk wants to merge 3 commits into
Conversation
Move agent-platform/cloud-agents/* to a new top-level platform/ directory and add an 'Oz' top-level nav tab between Agents and Reference. Repoint all crosslinks and vercel.json redirects to /platform/*, add an Oz Platform llms customSet, and fix the header topic-nav to wrap to a second row instead of clipping on narrow viewports (bumping --sl-nav-height in the crowded range so content isn't overlapped). Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR moves the Oz cloud agents docs into a top-level platform/ section, updates sidebar/navigation, redirects, and route references, and adjusts header wrapping behavior. The route move and navigation tree look mechanically consistent, but several updated authoring/audit references now point to platform.md, which does not exist after the landing page moved to platform/index.mdx.
Concerns
- Stale
platform.mdreferences in drafting guidance and the missing-docs surface map will point contributors or automation at nonexistent files; the audit resolver handles.md/.mdxvariants but not directory index pages.
Verdict
Found: 0 critical, 3 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
The meta-file sweep collapsed the old cloud-agents/overview file path to a nonexistent 'platform.md'; point these AGENTS.md, draft_conceptual, and feature_surface_map references at the real landing file 'platform/index.mdx'. Co-Authored-By: Oz <oz-agent@warp.dev>
|
/oz-review |
|
I'm re-reviewing this pull request in response to a review request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR moves the Oz cloud agents and orchestration documentation into a new top-level platform section, updates sidebar and llms.txt grouping, refreshes internal links and redirects, and adjusts the header topic nav to wrap at crowded widths. I reviewed the attached annotated diff, including the docs migration, navigation/config changes, redirect updates, security-relevant content, and the empty spec context.
Concerns
No blocking concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
|
|
||
| * [Agent API & SDK](https://docs.warp.dev/reference/api-and-sdk/agent) — API reference | ||
| * [Cloud Agents Overview](https://docs.warp.dev/agent-platform/cloud-agents/overview) — How cloud agents work | ||
| * [Cloud Agents Overview](https://docs.warp.dev/platform) — How cloud agents work |
There was a problem hiding this comment.
i assume we don't need to link to the "overview" pages right?
| * [Skills](/agent-platform/capabilities/skills/) - Reusable, scoped instructions that teach agents how to perform specific tasks. | ||
| * [Agent profiles and permissions](/agent-platform/capabilities/agent-profiles-permissions/) - Control what permissions and autonomy agents have. | ||
| * [Cloud agents overview](/agent-platform/cloud-agents/overview/) - Run background agents with team-wide observability. | ||
| * [Cloud agents overview](/platform/) - Run background agents with team-wide observability. |
There was a problem hiding this comment.
similarly, just want to double check if we also need to link an overview page? i assume this is the same as above
| }, | ||
| { | ||
| "source": "/agent-platform/agent-mode/ambient-agents-session-sharing", | ||
| "destination": "/agent-platform/cloud-agents/viewing-cloud-agent-runs/", |
There was a problem hiding this comment.
we shouldn't just change the redirects from the old links, we should also add brand new redirects from these old destination links
e.g. /agent-platform/cloud-agents/viewing-cloud-agent-runs/ should go to /agent-platform/cloud-agents/viewing-cloud-agent-runs/
There was a problem hiding this comment.
ah i see these are added at the end, but i think we should also test them quite thoroughly. i see that it supports path matching via /agent-platform/cloud-agents/:path*, but would also like us to manually test a bit too!

Summary
Elevates the Oz Cloud Agents & Orchestration subsection from the Agents tab's sidebar into its own top-level section in the horizontal header navigation, positioned between Agents and Reference. Also fixes the header topic-nav so it wraps instead of disappearing on narrow viewports.
Content move
src/content/docs/agent-platform/cloud-agents/*→src/content/docs/platform/*(49 files, viagit mv).overview.mdx→platform/index.mdx(landing at/platform/).platform.mdx("Oz Platform overview") →platform/overview.mdx(/platform/overview).platform/pre-emptively for the upcoming product rename; the nav label is Oz for now.Navigation
src/sidebar.ts(link: '/platform/') between Agents and Reference, with all items re-slugged toplatform/*. Memory stays under Agents.WarpTopicNav.astro(withcloud-downloadas the mobile-drawer fallback).Crosslinks, redirects, config
/agent-platform/cloud-agents/...→/platform/...) across content, plus thedocs.warp.dev/...absolutes; also updatedAGENTS.md,astro.config.mjs, the SEO script, and.agents/skills/**.vercel.json: repointed 143 destinations to/platform/..., kept the 36 legacy sources, and appended new source rules (explicitoverview/platform/ bare variants before a:path*wildcard).Oz PlatformllmscustomSetforplatform/**and trimmed the Agent Platform set.Top-nav overflow fix
overflow: hidden, addedflex-wrap: wrap).--sl-nav-heightgrows to5remin the crowded width range so a wrapped row doesn't overlap page content.Testing
npm run build✓ (339 pages)npm run typecheck(astro check) ✓ (0 errors / 0 warnings)python3 scripts/check_redirects.py✓ (only wildcard destinations flagged, consistent with the 5 pre-existing wildcards)agent-platform/cloud-agentsreferences in content5rem/ breakpoint inwarp-components.cssif needed.Notes
cloud-agents-infra.pngasset reference; verifiedplatform-creditslinks were untouched.Plan: https://staging.warp.dev/drive/notebook/kH9pKwGM438cckB6SCAzyi
Conversation: https://staging.warp.dev/conversation/c5139d33-a19a-40d0-bc5e-56f25c1a051f
Co-Authored-By: Oz oz-agent@warp.dev